A C D E F G I J L M N P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- title - Variable in class MusicLandscape.entities.Release
-
The title of this release.
A null title represents an unknown title. - title - Variable in class MusicLandscape.entities.Track
-
the title of this track.
- toString() - Method in class MusicLandscape.Date
- toString() - Method in class MusicLandscape.entities.Album
-
Gets a String representation of this album.
- toString() - Method in class MusicLandscape.entities.Artist
-
returns a String representation of this Artist
- toString() - Method in class MusicLandscape.entities.Concert
-
returns a String representation of this concert
- toString() - Method in class MusicLandscape.entities.Event
-
returns a String representation of this event
- toString() - Method in class MusicLandscape.entities.MusicVideo
-
Gets a String representation of this music video.
- toString() - Method in class MusicLandscape.entities.Release
-
Get a textual representation of this release.
- toString() - Method in class MusicLandscape.entities.Track
-
returns a String representation of this track
- toString() - Method in class MusicLandscape.entities.TVShow
-
returns a String representation of this TV
- totalTime() - Method in class MusicLandscape.entities.Album
-
Gets the total running time of this album.
- totalTime() - Method in class MusicLandscape.entities.MusicVideo
-
Gets the total running time of this music video.
- totalTime() - Method in class MusicLandscape.entities.Release
-
Get the total time of this release.
The implementation of this method is left to concrete subclasses. - track - Variable in class MusicLandscape.entities.Album.TrackListItem
-
The primary data of this list item.
- track - Variable in class MusicLandscape.entities.MusicVideo
-
The track of this music video.
- Track - Class in MusicLandscape.entities
-
represents a piece of music that has been released on some kind of media (CD, vinyl, video, ...)
- Track() - Constructor for class MusicLandscape.entities.Track
-
creates a default track.
- Track(String) - Constructor for class MusicLandscape.entities.Track
-
creates a track with a certain title
- Track(Track) - Constructor for class MusicLandscape.entities.Track
-
creates a deep copy of a Track
- trackListHead - Variable in class MusicLandscape.entities.Album
-
The tracks of this album.
More specifically this is the head of the linked list of tracks of this album. - TrackListItem(Track) - Constructor for class MusicLandscape.entities.Album.TrackListItem
-
Creates a list item from a track.
Simply wraps a list item around a track, so it can be inserted into a linked list of tracks. - transformer - Variable in class MusicLandscape.util.ConsoleFieldScanner
-
The input to value transformer function.
- TVShow - Class in MusicLandscape.entities
-
represents the appearance of an artist in (a certain edition of) a TVShow as a specific event.
- TVShow() - Constructor for class MusicLandscape.entities.TVShow
-
creates a default TVShow
- TVShow(Event) - Constructor for class MusicLandscape.entities.TVShow
-
creates a TV show from an event
- TVShow(TVShow) - Constructor for class MusicLandscape.entities.TVShow
-
creates a deep copy of a TVShow
All Classes All Packages